home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / dos_log.zip / README.TXT < prev   
Text File  |  1994-04-14  |  2KB  |  53 lines

  1.  
  2.     Contents of DOS_LOG.ZIP
  3.     -----------------------
  4.     LOG.ASM                Assembly source code for LOG.COM
  5.     LOG.COM                Executable DOS logging TSR file
  6.     README.TXT            The file you are now reading
  7.  
  8.     << This file CAN be freely distributed. >>
  9.  
  10.     NOTE - This program will not work properly if you are using
  11.     DOSKEY. The reason for this is that DOSKEY changes the normal
  12.     command line entry method. I recommend an alternative program
  13.     like NDE.COM by Peter Norton.
  14.  
  15.     What the program does
  16.     ---------------------
  17.     Let's say you leave work today and turn your computer off as
  18.     you normally do everyday, but tonight one of your co-workers
  19.     has a plan to go shuffling through your files. Your boss has
  20.     told everyone in the company that all computers must remain
  21.     accessible by him at anytime, so you can't lock your PC.
  22.  
  23.     What you can do however is place LOG.COM at the end of your
  24.     AUTOEXEC.BAT when you leave and the next time the PC is booted
  25.     all DOS commands will be logged in a file in the root called
  26.     LOG.DAT. The next morning you'll at least know that someone
  27.     has been using your PC without permission.
  28.  
  29.     Example of LOG.DAT file        < catching tom's actions >
  30.     -----------------------
  31.     04-14 17:00 edit autoexec.bat
  32.     04-14 22:09 cd c:\accounts\employee\tom
  33.     04-14 22:10 dir /w
  34.     04-14 22:10 more < salary.scl
  35.     04-14 22:13 date
  36.     04-14 22:13 02-11-1994
  37.     04-14 22:14 time
  38.     04-14 22:14 12:03
  39.     04-14 22:14 edit salary.scl
  40.     04-14 22:30 del salary.bak
  41.     04-14 22:30 cd \
  42.     04-15 07:10 type log.dat
  43.  
  44.     General Disclaimer
  45.     ------------------
  46.     It's not my fault!
  47.     Blame your parents.
  48.  
  49.     Comments or Questions
  50.     ---------------------
  51.     Please send comments or questions to:
  52.     c600689@mizzou1.missouri.edu
  53.